.property-group {
    position: relative;
    width: 1096px;
    height: 100px;
    border-radius: 126px;
    border: 1px solid;
    border-color: #ffffff;
  }
  
  .property-group .text-wrapper {
    position: absolute;
    top: 10px;
    left: 95px;
    font-family: "Inter-Thin", Helvetica;
    font-weight: 100;
    color: #ffffff;
    font-size: 64px;
    letter-spacing: 0;
    line-height: normal;
  }

  /* Add hover styles */
  .property-group:hover {
    background-color: #ffffff;
    border-color: #ffffff;
  }
  
  .property-group:hover .text-wrapper {
    color: #000000;
    top: 11px;
    left: 96px;
  }